Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub Sort(Of T)( _ ByVal list() As T, _ ByVal compare As IComparer(Of T) _ ) |
C# | |
---|---|
public static void Sort<T>( T[] list, IComparer<T> compare ) |
Parameters
- list
- compare
Type Parameters
- T
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
MergeSort ClassMergeSort Members
Overload List